Creates a new PagedContainerNode instance with the specified dimensions and page titles, and adds it to the Nodes collection of the underlying diagram.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public PagedContainerNode CreatePagedContainerNode ( |
Visual Basic
Copy Code
|
|---|
Public Function CreatePagedContainerNode( _ |
The initial bounding rectangle of the new node.
A list of strings specifying the titles of the initial pages.
The newly created PagedContainerNode instance.
RemarksThe method creates a paged container node with the position and size specified by bounds. The parameter pageTitles specifies the titles of the initial pages of the container.
See Also